#!/bin/sh

# should run as root

killall -9 "Rowmote Helper" || TRUE

"$DSTROOT/Rowmote Helper.app/Contents/MacOS/permissions_fixer.sh" "$DSTROOT/Rowmote Helper.app"

open "$DSTROOT/Rowmote Helper.app"

#/usr/bin/osascript -e "tell application \"Rowmote Helper\" to activate"

echo "Success"
